ia.Limits Class
Contains information about an upper or lower limit.
Constructor
ia.Limits
(
-
geography
-
indicator
-
data
Parameters:
-
geography
ia.GeographyThe geography the Limits belongs to.
-
indicator
ia.IndicatorThe indicator the Limits belongs to.
-
data
JSONThe json data describing the object.
Item Index
Methods
getFormattedValue
(
String
-
id
Returns the formatted value that corresponds to the feature id.
Parameters:
-
id
StringThe feature id.
Returns:
String:
The formatted value for the given id.
getFormattedValues
()
String
Returns the list of formatted values.
Returns:
String:
An array of formatted values.
getValue
(
Number | String
-
id
Returns the value that corresponds to the feature id.
Parameters:
-
id
StringThe feature id.
Returns:
Number | String:
The value for the given id.
getValues
()
Number | String
Returns the list of values.
Returns:
Number | String:
An array of values.
Properties
maxValue
Number
The maximum value.
minValue
Number
The minimum value.